home *** CD-ROM | disk | FTP | other *** search
/ Photo Mantan 7 / Full Tank 7 - Disc 5.iso / mac / Cumulus / DemoMovieフォルダ / DemoMovieB / SHARED.DXR / 00502.ls < prev    next >
Encoding:
Text File  |  1997-03-28  |  217 b   |  15 lines

  1. on matsu t
  2.   set endtime to the ticks + t
  3.   repeat while the ticks <= endtime
  4.     nothing()
  5.   end repeat
  6. end
  7.  
  8. on waitsound ch, b
  9.   if soundBusy(ch) then
  10.     go(the frame - b)
  11.   else
  12.     go(the frame + 1)
  13.   end if
  14. end
  15.